home *** CD-ROM | disk | FTP | other *** search
/ Aminet 31 / Aminet 31 (1999)(Schatztruhe)[!][Jun 1999].iso / Aminet / misc / math / Fibonacci.readme < prev    next >
Encoding:
Text File  |  1999-05-02  |  1.3 KB  |  29 lines

  1. Short:    A simple CLI program to calculate Fibonacci's numbers, v1.1
  2. Author:   palaste@cc.helsinki.fi (Joona Palaste)
  3. Uploader: palaste@cc.helsinki.fi (Joona Palaste)
  4. Type:     misc/math
  5. Replaces: misc/math/Fibonacci*
  6.  
  7. This simple program calculates Fibonacci's numbers. The numbers were invented
  8. by the Italian mathematician Leonardo Fibonacci in the 13th century. The formula
  9. is:
  10.     f(0)=1, f(1)=1, f(n+2)=f(n)+f(n+1), where n is a non-negative integer.
  11. This program was written in C by me, Joona Palaste. It is Copyrighted by me, but
  12. is freely distributable.
  13. The program calculates any Fibonacci's number that can fit into your memory. If
  14. you have many megabytes, you can calculate even the 20-millionth number,
  15. providing you have the time. =) The result can be written either into StdOut or
  16. into a file on disk.
  17.   This is version 1.1. Version 1.0 displayed large Fibonacci's numbers too
  18. short. This has now been fixed.
  19.  
  20.  
  21. ============================= Archive contents =============================
  22.  
  23. Original  Packed Ratio    Date     Time    Name
  24. -------- ------- ----- --------- --------  -------------
  25.     8892    5641 36.5% 07-Mar-99 10:35:44  Fibonacci
  26.     4015    1850 53.9% 07-Mar-99 10:35:42  Fibonacci.guide
  27. -------- ------- ----- --------- --------
  28.    12907    7491 41.9% 17-Mar-99 21:33:02   2 files
  29.